home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Pascal / Applications / NIH Image 1.59 / 1.59 Source / Glue.p < prev    next >
Encoding:
Text File  |  1994-12-05  |  172 b   |  10 lines  |  [TEXT/MPPS]

  1. unit glue;
  2.  
  3. interface
  4.  
  5. uses types;
  6.  
  7.     procedure  CallCode(selector: integer; stuff: ptr; var data: LongInt; var result: Integer; codePtr: UniversalProcPtr); external;
  8.  
  9. end.
  10.